home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’95 / Venus / std.cc < prev    next >
Encoding:
Text File  |  1993-10-04  |  365 b   |  14 lines  |  [TEXT/KAHL]

  1. //                        Pre-compiled headers for the UNIX emulation mode
  2.  
  3. #include "Mac #includes.cc"
  4. #include "myenv.h"
  5.  
  6. #include <std.h>
  7.  
  8. //#include <builtin.h>
  9.  
  10.                                 // Call this function at the very beginning of your
  11.                                 // main() function to initialize the MAC interface
  12.                                 // and set up the UNIX mode
  13.                                 // Declared in UNIX start-up.cc
  14. void initialize(void);